home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / comm / cilink20.zip / 3708.SCR next >
Text File  |  1992-01-06  |  613b  |  26 lines

  1. *-----------------------------------------------------------------------
  2. * There are only 4 valid script commands.
  3. * They are WaitFor, SendTxt, SendKey and Delay.
  4. *
  5. * Note SendKey 13 is the same as SendKey $0D.   Both are the enter key.
  6. *-----------------------------------------------------------------------
  7.  
  8. *-----------------------------------
  9. * Script file for IBM 3708 dialups
  10. *-----------------------------------
  11.  
  12. Delay  3
  13. SendKey 13
  14.  
  15. * Enter the terminal type  (VT100)
  16. WaitFor ===>
  17. SendTxt 5
  18.  
  19. * Enter the connection
  20. WaitFor ===>
  21. SendTxt 1
  22.  
  23. WaitFor DATE:
  24. SendTxt USERID  PASSWORD
  25.  
  26.